#Rotate Z+/-45
LMB:This will rotate all selected Objects by +45 Degree around the Z-Axis.**_
RMB:This will rotate all selected Objects by -45 Degree around the Z-Axis.
Rotate_selected_ObjectZ(45)
#END
[OnRightMouseButton!]  
Rotate_selected_ObjectZ(-45)
#END